home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 44 / CDPowerplay44Disc1.iso / utils / 3dmark99max / data1.cab / Program_Executable_Files / Result Browser.exe / 0 / RCDATA / TFBASICSUBMIT / TFBASICSUBMIT.txt < prev   
Encoding:
Text File  |  1999-03-08  |  3.4 KB  |  174 lines

  1. inherited FBasicSubmit: TFBasicSubmit
  2.   Left = 235
  3.   Top = 173
  4.   ActiveControl = EName
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Result Submission'
  8.   ClientHeight = 377
  9.   ClientWidth = 423
  10.   Icon.Data = {<image000.ico>}
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BSend: TButton
  19.     Left = 336
  20.     Top = 8
  21.     Width = 83
  22.     Height = 25
  23.     Caption = 'C&onnect'
  24.     Default = True
  25.     TabOrder = 1
  26.     OnClick = BSendClick
  27.   end
  28.   object StatusBar: TStatusBar
  29.     Left = 0
  30.     Top = 358
  31.     Width = 423
  32.     Height = 19
  33.     Panels = <
  34.       item
  35.         Width = 1000
  36.       end>
  37.     SimplePanel = False
  38.     SizeGrip = False
  39.   end
  40.   object BDetails: TButton
  41.     Left = 336
  42.     Top = 296
  43.     Width = 83
  44.     Height = 25
  45.     Caption = 'Show &Details'
  46.     TabOrder = 4
  47.     OnClick = BDetailsClick
  48.   end
  49.   object GroupBox1: TGroupBox
  50.     Left = 6
  51.     Top = 168
  52.     Width = 321
  53.     Height = 185
  54.     Caption = 'Additional Information'
  55.     TabOrder = 0
  56.     object Label3: TLabel
  57.       Left = 8
  58.       Top = 84
  59.       Width = 68
  60.       Height = 13
  61.       Caption = '&Email address:'
  62.     end
  63.     object Label5: TLabel
  64.       Left = 8
  65.       Top = 44
  66.       Width = 31
  67.       Height = 13
  68.       Caption = '&Name:'
  69.     end
  70.     object Label6: TLabel
  71.       Left = 8
  72.       Top = 16
  73.       Width = 295
  74.       Height = 26
  75.       Caption = 
  76.         'By including your name and e-mail address you can keep track of ' +
  77.         'the results you'#39've sent to 3DMark database.'
  78.       Transparent = True
  79.       WordWrap = True
  80.     end
  81.     object Label8: TLabel
  82.       Left = 8
  83.       Top = 128
  84.       Width = 269
  85.       Height = 26
  86.       Caption = 
  87.         'Join 3DMark mailing list to firsthand information about 3D from ' +
  88.         'Futuremark.'
  89.       Transparent = True
  90.       WordWrap = True
  91.     end
  92.     object EEmail: TEdit
  93.       Left = 8
  94.       Top = 100
  95.       Width = 297
  96.       Height = 21
  97.       TabOrder = 1
  98.     end
  99.     object EName: TEdit
  100.       Left = 8
  101.       Top = 60
  102.       Width = 297
  103.       Height = 21
  104.       TabOrder = 0
  105.     end
  106.     object CbJoin: TCheckBox
  107.       Left = 8
  108.       Top = 160
  109.       Width = 273
  110.       Height = 17
  111.       Caption = 'I &want to join the 3DMark mailing list'
  112.       TabOrder = 2
  113.     end
  114.   end
  115.   object BHelp: TButton
  116.     Left = 336
  117.     Top = 328
  118.     Width = 83
  119.     Height = 25
  120.     Caption = '&Help'
  121.     TabOrder = 5
  122.     OnClick = BHelpClick
  123.   end
  124.   object BCancel: TButton
  125.     Left = 336
  126.     Top = 232
  127.     Width = 83
  128.     Height = 25
  129.     Cancel = True
  130.     Caption = '&Close'
  131.     ModalResult = 2
  132.     TabOrder = 2
  133.   end
  134.   object Animate: TAnimate
  135.     Left = 352
  136.     Top = 72
  137.     Width = 48
  138.     Height = 45
  139.     Active = False
  140.     CommonAVI = aviFindComputer
  141.     StopFrame = 8
  142.     Visible = False
  143.   end
  144.   object Bproxy: TButton
  145.     Left = 336
  146.     Top = 264
  147.     Width = 83
  148.     Height = 25
  149.     Cancel = True
  150.     Caption = '&Proxy'
  151.     TabOrder = 3
  152.     OnClick = BproxyClick
  153.   end
  154.   object HTTP: TAdvHTTP
  155.     Port = 0
  156.     TimeOut = 60000
  157.     ReportLevel = 3
  158.     OnConnect = HTTPConnect
  159.     OnInvalidHost = HTTPInvalidHost
  160.     OnHostResolved = HTTPHostResolved
  161.     OnStatus = HTTPStatus
  162.     OnConnectionFailed = HTTPConnectionFailed
  163.     Body = 'Default.htm'
  164.     Header = 'Head.txt'
  165.     InputFileMode = False
  166.     OutputFileMode = True
  167.     OnSuccess = HTTPSuccess
  168.     OnFailure = HTTPFailure
  169.     ProxyPort = 0
  170.     Left = 384
  171.     Top = 128
  172.   end
  173. end
  174.